home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)t2.d64 / FILES_WATERLOO < prev    next >
Text File  |  2009-01-18  |  696b  |  28 lines

  1.                    ** files_waterloo **  (SuperPET9000)
  2.  
  3.      OPEN #n, '(type:size)device.filedesignator,format', mode
  4.  
  5. #n      2 thru 32767
  6.  
  7. type    text *            * = default
  8.         variable          (not BASIC)
  9.         fixed
  10.  
  11. size    80 *              (for fixed)
  12.  
  13. device  disk8-15/0 *      diskaddress-sa/drive
  14.         printer4-sa
  15.         keyboard          40 character buffer  file# 0
  16.         terminal          (screen)             file# 1
  17.         serial            RS232 port
  18.         ieee address-sa   defaults for address and sa = 0
  19.         host
  20.  
  21. format  seq *
  22.         rel
  23.  
  24. mode    input
  25.         output
  26.         inout             rel files only
  27.         append            seq files only
  28.